home *** CD-ROM | disk | FTP | other *** search
- Path: tty12d.mdn.com!jschell
- From: John Schell <jschell@aggie.mdn.com>
- Newsgroups: comp.lang.c++
- Subject: Passing multidemensional arrays to functions?
- Date: 21 Mar 1996 22:32:44 GMT
- Organization: John Schell
- Distribution: world
- Message-ID: <4islec$m41@matrix.mdn.com>
- NNTP-Posting-Host: tty12d.mdn.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=US-ASCII
- Content-Transfer-Encoding: 7bit
- X-Newsreader: Nuntius Version 1.2
- X-XXMessage-ID: <AD7748B2500184F2@tty12d.mdn.com>
- X-XXDate: Thu, 21 Mar 1996 17:56:02 GMT
-
- I am trying to pass a variable to a function but continue to get errors
- no matter
- what declaration I give the variable in the prototype statement.
-
- The variable:
- float variable[1][2]
-
- Can you make a sugestion as to what it should pass as?
-
- Thanks
- John
-